home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / snip0493.zip / W_WRAP.H < prev    next >
C/C++ Source or Header  |  1993-04-05  |  148b  |  6 lines

  1. /* w_wrap.h */
  2. /* prototypes for the functions in w_wrap.c */
  3.  
  4. char *word_wrap(char *string, size_t line_len);
  5. void set_tab_size(size_t size);
  6.